Version

transform(Object[],Int32,Int32) Method

Transforms values in program using this matrix.
Syntax
'Declaration
 
Public Overloads Sub transform( _
   ByVal program() As Object, _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public void transform( 
   object[] program,
   int index,
   int count
)

Parameters

program
The values to transform. These values should be castable to System.Single (float). Three successive entries in this array constitute a single point.
index
The index of the first value in program to transform.
count
The count of points in program to transform.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also